go/types.monoVertex.weight (field)
4 uses
go/types (current package)
mono.go#L65: weight int // weight of heaviest known path to this vertex
mono.go#L99: w := src.weight + edge.weight
mono.go#L100: if w <= dst.weight {
mono.go#L111: dst.weight = w
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)